home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / DATA / MatGen / MatGen.tsx / 0 / RCDATA / TMYABOUTFORM / TMYABOUTFORM.txt < prev   
Encoding:
Text File  |  1998-01-28  |  1.6 KB  |  79 lines

  1. object MyAboutForm: TMyAboutForm
  2.   Left = 253
  3.   Top = 275
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About...'
  7.   ClientHeight = 114
  8.   ClientWidth = 387
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Label5: TLabel
  18.     Left = 2
  19.     Top = 93
  20.     Width = 172
  21.     Height = 14
  22.     Alignment = taCenter
  23.     Caption = 'Copyright 1997 Paladin Studios, Inc.'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Image1: TImage
  32.     Left = 12
  33.     Top = 14
  34.     Width = 362
  35.     Height = 37
  36.     AutoSize = True
  37.     Picture.Data = {<image000.bmp>}
  38.   end
  39.   object Label2: TLabel
  40.     Left = 1
  41.     Top = 60
  42.     Width = 386
  43.     Height = 15
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.     Caption = 'for Caligari TrueSpace 3.x'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWhite
  49.     Font.Height = -12
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object lblVersion: TLabel
  56.     Left = 320
  57.     Top = 91
  58.     Width = 62
  59.     Height = 15
  60.     Alignment = taRightJustify
  61.     Caption = 'Verion 1.10'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWhite
  64.     Font.Height = -12
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Button1: TButton
  70.     Left = 320
  71.     Top = 68
  72.     Width = 61
  73.     Height = 21
  74.     Caption = 'Help'
  75.     TabOrder = 0
  76.     OnClick = Button1Click
  77.   end
  78. end
  79.